home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-02-20 | 4.7 KB | 147 lines |
- ;*****************************************************************************
- ;
- ; Name: w810sdm2.inf
- ;
- ; Function:
- ; Install Sony Ericsson W810 USB WMC Device Management Drivers on Win2000/XP
- ;
- ; Copyright (c) 1997-2005 MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc.
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$WINDOWS NT$"
- Class=Ports
- ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
- Provider=%Provider%
- DriverVer=10/07/2005, 4.34.0.2705
- CatalogFile=w810mgmt.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"w810mgmt.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- w810mgmt.sys = 1
- w810cmnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
-
- [DestinationDirs]
- DefaultDestDir = 12 ; system32\drivers
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %Sony Ericsson%=SEMCW810
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [SEMCW810]
- %SEMCW810.Comm.Desc% = SEMCW810.Install, USB\VID_0FCE&PID_D042&Class_02&SubClass_09&Prot_01&OS_NT
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [SEMCW810.Install.nt]
- AddReg = SEMCW810.AddReg,SEMCW810.NT.AddReg
- CopyFiles = CopyFiles, CopyFiles.Win2K
-
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [SEMCW810.AddReg]
- HKR,,NTMPDriver,,w810mgmt.sys
- HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
- HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200 initial baud rate
- HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit
- HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
-
- ; only for NT...
- [SEMCW810.NT.AddReg]
- HKR,,PortSubClass,1,01
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
- HKR,,AllowSuspendWhileOpen, 0x10001, 01,00,00,00
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.Win2K]
- w810mgmt.sys
- w810cm.sys,w810cmnt.sys
- w810cmnt.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; NT Services installation
- ;-----------------------------------------------------------------------------
-
- [SEMCW810.Install.NT.Services]
- AddService = w810mgmt, 0x00000002, SEMCW810.Install.AddService
-
-
- [SEMCW810.Install.AddService]
- DisplayName = %SEMCW810.Service.Name%
- Description = %SEMCW810.Service.Desc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\w810mgmt.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;<<localize the following>>
-
- ;BEGIN ENG - US English Strings
-
- Provider = "Sony Ericsson"
- Sony Ericsson = "Sony Ericsson"
- DiskString = "Sony Ericsson W810 USB WMC Device Management installation disk"
-
- SEMCW810.Comm.Desc = "Sony Ericsson W810 USB WMC Device Management"
- SEMCW810.Service.Name = "Sony Ericsson W810 USB WMC Device Management Drivers (WDM)"
- SEMCW810.Service.Desc = "Sony Ericsson W810 USB WMC Device Management Drivers (WDM)"
-
-
- CustomerDataPath = "Sony Ericsson W810"
- DriverSet = "Sony Ericsson W810 Software"
- UninstallFile = "W810Uninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-